home *** CD-ROM | disk | FTP | other *** search
- function bg_sd(n)
- {
- bg_sound = new Sound(this);
- bg_sound.attachSound("bg_sd" + n);
- bg_sound.setVolume(100);
- bg_sound.start(0,999);
- }
- function end_bg_sd()
- {
- bg_sound.stop();
- }
- function luodi_sd()
- {
- pz_sound = new Sound(this);
- pz_sound.attachSound("luodi");
- pz_sound.setVolume(100);
- pz_sound.start();
- }
- function qitiao_sd()
- {
- body_sound = new Sound(this);
- body_sound.attachSound("qitiao");
- body_sound.setVolume(100);
- body_sound.start();
- }
- function end_body_sd()
- {
- body_sound.stop();
- }
- function cj_sd()
- {
- cj_sound = new Sound(this);
- cj_sound.attachSound("cj_sd");
- cj_sound.setVolume(100);
- cj_sound.start();
- }
- function data_start()
- {
- level = 1;
- var _loc2_ = 0;
- while(_loc2_ < 9)
- {
- removeMovieClip(this["text_co_mc" + (_loc2_ + 1)]);
- removeMovieClip(this["text_id_mc" + (_loc2_ + 1)]);
- _loc2_ = _loc2_ + 1;
- }
- }
- stop();
- begin_btn.onRelease = function()
- {
- gotoAndStop(410);
- };
- help_btn.onRelease = function()
- {
- gotoAndStop(409);
- };
- end_bg_sd();
- bg_sd(1);
- clearInterval(intervalTime);
- data_start();
-